home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / Interfaces / IDL / StdExts.idl < prev    next >
Encoding:
Text File  |  1997-01-01  |  786 b   |  34 lines  |  [TEXT/MPS ]

  1. //#    Copyright:    © 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  2.  
  3. #ifndef _STDEXTS_
  4. #define _STDEXTS_
  5.  
  6. #ifndef _ODTYPESM_
  7. #include "ODTypesM.idl"
  8. #endif
  9.  
  10. /* $$$$$ The C/C++ output for this file needs to be compiled by C/C++ and Rez
  11.  If the C++ emitter ever changes to generate constants, this will
  12.  no longer be true.
  13. */
  14.  
  15. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
  16. #pragma somemittypes on
  17. #endif
  18.  
  19. const ODType kODSettingsExtension     = "OpenDoc:Extension:Info:Settings";
  20. const ODType kODExtSemanticInterface= "OpenDoc:Extension:SemanticInterface";
  21.  
  22.  
  23.  
  24. #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
  25. #pragma somemittypes off
  26. #endif
  27.  
  28. module OpenDoc_StandardExtensions 
  29. {
  30.     const string OpenDoc_StandardExtensions_Version = "1.0.";
  31. };
  32.  
  33. #endif //# _STDEXTS_
  34.